Johannes Passing is a Windows-focused developer whose compact open-source utilities address specific administrative pain points that larger toolkits overlook. His best-known utility, Elevate, is a command-line launcher that quietly bridges the gap between standard and elevated contexts: it accepts any executable or script path together with its arguments and, without spawning a second console window, returns the elevated output to the same terminal. System administrators embed it in batch files to install MSI packages, modify protected registry keys, or restart services from CI pipelines, while power users call it from PowerShell profiles to open an elevated regedit or diskpart session without breaking automation. Because the program carries no dependencies and consumes less than 100 kB, it fits on portable drives and Windows PE images, making it a common addition to recovery toolsets and remote-support scripts. The single-file binary is signed and supports both 32- and 64-bit Windows down to Vista, so legacy fleets and modern Autopilot machines can share the same elevation workflow. Source code published under the MIT license invites auditors and integrators to embed the logic inside larger management suites. Elevate and any future releases from Johannes Passing are offered free of charge on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest build, and can be queued alongside other applications for unattended batch deployment.
elevate -- start elevated processes from the command line
Details